From 2d832a370a0c1286e843519527ebe9e33bffe314 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 11 Nov 2006 04:03:19 +0000 Subject: [PATCH] (org-export-with-timestamps) (org-export-remove-timestamps-from-toc) (org-export-with-tags): Improve previous doc fixes. --- lisp/textmodes/org.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index d0103683ede..dd4cd2e71b2 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -2147,18 +2147,18 @@ headline Only export the headline, but skip the tree below it." (const :tag "entirely" t))) (defcustom org-export-with-timestamps t - "nil means, do not export time stamps and associated keywords." + "If nil, do not export time stamps and associated keywords." :group 'org-export-general :type 'boolean) (defcustom org-export-remove-timestamps-from-toc t - "nil means, remove timestamps from the table of contents entries." + "If nil, remove timestamps from the table of contents entries." :group 'org-export-general :type 'boolean) (defcustom org-export-with-tags 'not-in-toc - "nil means, do not export tags, just remove them from headlines. -If this is the sysmbol `not-in-toc', tags will be removed from table of + "If nil, do not export tags, just remove them from headlines. +If this is the symbol `not-in-toc', tags will be removed from table of contents entries, but still be shown in the headlines of the document." :group 'org-export-general :type '(choice -- 2.30.2